home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Players / DDrawXCL / ddrawxcl.rc < prev    next >
Encoding:
Text File  |  2001-10-08  |  6.1 KB  |  220 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #define APSTUDIO_HIDDEN_SYMBOLS
  9. #include "windows.h"
  10. #undef APSTUDIO_HIDDEN_SYMBOLS
  11. #include "ddrawxcl.h"
  12. #include "winver.h"
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19.  
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Icon
  29. //
  30.  
  31. // Icon with lowest ID value placed first to ensure application icon
  32. // remains consistent on all systems.
  33. DDRAWXCL                ICON    DISCARDABLE     "DDrawXcl.ICO"
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Menu
  38. //
  39.  
  40. DDRAWXCL MENU DISCARDABLE 
  41. BEGIN
  42.     POPUP "&File"
  43.     BEGIN
  44.         MENUITEM "Select &DVD...",              IDM_SELECTDVD
  45.         MENUITEM "Select &File...",             IDM_SELECTFILE
  46.         MENUITEM SEPARATOR
  47.         MENUITEM "&Play",                       IDM_STARTPLAY
  48.         MENUITEM SEPARATOR
  49.         MENUITEM "&About...",                   IDM_ABOUT
  50.         MENUITEM SEPARATOR
  51.         MENUITEM "E&xit",                       IDM_EXIT
  52.     END
  53. END
  54.  
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Accelerator
  59. //
  60.  
  61. DDRAWXCL ACCELERATORS MOVEABLE PURE 
  62. BEGIN
  63.     "?",            IDM_ABOUT,              ASCII,  ALT
  64.     "/",            IDM_ABOUT,              ASCII,  ALT
  65. END
  66.  
  67.  
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Dialog
  71. //
  72.  
  73. ABOUTBOX DIALOG DISCARDABLE  20, 20, 180, 94
  74. STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  75. CAPTION "About DDrawXCL Sample"
  76. FONT 8, "MS Shell Dlg"
  77. BEGIN
  78.     ICON            "DDrawXcl",IDC_STATIC,19,7,21,20
  79.     CTEXT           "DDraw Exclusive Mode Video Playback Sample",IDC_STATIC,
  80.                     6,32,167,8
  81.     CTEXT           "Version 8.10",IDC_STATIC,6,42,167,8
  82.     CTEXT           "Copyright ⌐ 1998-2001 Microsoft Corporation",IDC_STATIC,
  83.                     6,53,167,8
  84.     DEFPUSHBUTTON   "OK",IDOK,73,70,32,14,WS_GROUP
  85.     CTEXT           "DDrawXCL Sample",IDC_STATIC,51,12,76,11
  86. END
  87.  
  88.  
  89. #ifndef _MAC
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // Version
  93. //
  94.  
  95. 1 VERSIONINFO
  96.  FILEVERSION 8,1,0,0
  97.  PRODUCTVERSION 8,1,0,0
  98.  FILEFLAGSMASK 0x3fL
  99. #ifdef _DEBUG
  100.  FILEFLAGS 0xbL
  101. #else
  102.  FILEFLAGS 0xaL
  103. #endif
  104.  FILEOS 0x4L
  105.  FILETYPE 0x1L
  106.  FILESUBTYPE 0x0L
  107. BEGIN
  108.     BLOCK "StringFileInfo"
  109.     BEGIN
  110.         BLOCK "040904e4"
  111.         BEGIN
  112.             VALUE "Comments", "DirectShow Sample\0"
  113.             VALUE "CompanyName", "Microsoft\0"
  114.             VALUE "FileDescription", "DDraw Exclusive Mode Video Playback Sample\0"
  115.             VALUE "FileVersion", "8.10\0"
  116.             VALUE "InternalName", "DDrawXcl\0"
  117.             VALUE "LegalCopyright", "Copyright (C) 1998-2001 Microsoft Corporation\0"
  118.             VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  119.             VALUE "OriginalFilename", "DDrawXCL.EXE\0"
  120.             VALUE "PrivateBuild", "\0"
  121.             VALUE "ProductName", "DirectX 8 SDK\0"
  122.             VALUE "ProductVersion", "8.1\0"
  123.             VALUE "SpecialBuild", "\0"
  124.         END
  125.         BLOCK "041104e4"
  126.         BEGIN
  127.             VALUE "Comments", "DirectShow Sample\0"
  128.             VALUE "CompanyName", "Microsoft\0"
  129.             VALUE "FileDescription", "DDraw Exclusive Mode Video Playback Sample\0"
  130.             VALUE "FileVersion", "8.10\0"
  131.             VALUE "InternalName", "DDrawXcl\0"
  132.             VALUE "LegalCopyright", "Copyright (C) 1998-2001 Microsoft Corporation\0"
  133.             VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  134.             VALUE "OriginalFilename", "DDrawXCL.EXE\0"
  135.             VALUE "PrivateBuild", "\0"
  136.             VALUE "ProductName", "DirectX 8 SDK\0"
  137.             VALUE "ProductVersion", "8.1\0"
  138.             VALUE "SpecialBuild", "\0"
  139.         END
  140.     END
  141.     BLOCK "VarFileInfo"
  142.     BEGIN
  143.         VALUE "Translation", 0x409, 1252, 0x411, 1252
  144.     END
  145. END
  146.  
  147. #endif    // !_MAC
  148.  
  149.  
  150. #ifdef APSTUDIO_INVOKED
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // TEXTINCLUDE
  154. //
  155.  
  156. 1 TEXTINCLUDE DISCARDABLE 
  157. BEGIN
  158.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  159.     "#include ""windows.h""\r\n"
  160.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  161.     "#include ""ddrawxcl.h""\r\n"
  162.     "#include ""winver.h""\r\n"
  163.     "\0"
  164. END
  165.  
  166. 2 TEXTINCLUDE DISCARDABLE 
  167. BEGIN
  168.     "\r\n"
  169.     "\0"
  170. END
  171.  
  172. #endif    // APSTUDIO_INVOKED
  173.  
  174.  
  175. /////////////////////////////////////////////////////////////////////////////
  176. //
  177. // DESIGNINFO
  178. //
  179.  
  180. #ifdef APSTUDIO_INVOKED
  181. GUIDELINES DESIGNINFO DISCARDABLE 
  182. BEGIN
  183.     "ABOUTBOX", DIALOG
  184.     BEGIN
  185.         BOTTOMMARGIN, 70
  186.     END
  187. END
  188. #endif    // APSTUDIO_INVOKED
  189.  
  190.  
  191. /////////////////////////////////////////////////////////////////////////////
  192. //
  193. // String Table
  194. //
  195.  
  196. STRINGTABLE DISCARDABLE 
  197. BEGIN
  198.     500                     "DDraw Exclusive Mode Video Playback Sample"
  199.     IDS_APP_NAME            "DDrawXcl"
  200.     IDS_WINDOW_TITLE        "DDrawXCL Player"
  201.     IDS_VER_INFO_LANG       "\\StringFileInfo\\040904E4\\"
  202.     IDS_VERSION_ERROR       "Error %lu"
  203. END
  204.  
  205. #endif    // English (U.S.) resources
  206. /////////////////////////////////////////////////////////////////////////////
  207.  
  208.  
  209.  
  210. #ifndef APSTUDIO_INVOKED
  211. /////////////////////////////////////////////////////////////////////////////
  212. //
  213. // Generated from the TEXTINCLUDE 3 resource.
  214. //
  215.  
  216.  
  217. /////////////////////////////////////////////////////////////////////////////
  218. #endif    // not APSTUDIO_INVOKED
  219.  
  220.